home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_88 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  339 b   |  17 lines

  1. on(rollOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(eval("../:noroll") != "1")
  7.    {
  8.       if(getProperty("../", _currentframe) == "2" and eval(path add "bar") ne getProperty("../../", _name))
  9.       {
  10.          tellTarget("../")
  11.          {
  12.             gotoAndStop("1");
  13.          }
  14.       }
  15.    }
  16. }
  17.